home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Go Ronald
/
Go Ronald Voice Interactive CD.iso
/
Data1.cab
/
_31C61B85B07A401E8547564512B0C5E0
/
scripts
/
frame_1
/
DoAction.as
Wrap
Text File
|
2005-08-05
|
147b
|
11 lines
if(_parent.CheckAns > 0)
{
gotoAndStop("correct");
play();
}
else if(_parent.CheckAns == 0)
{
gotoAndStop("miss");
play();
}